object frmHotKeyStatus: TfrmHotKeyStatus Left = 521 Top = 203 BorderStyle = bsNone Caption = 'RCCD' ClientHeight = 40 ClientWidth = 143 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 143 Height = 40 Align = alClient BevelInner = bvLowered BevelWidth = 2 TabOrder = 0 object lblStatus: TgbLabelFX Left = 3 Top = 10 Width = 134 Height = 19 LabelStyle = lsRaised Alignment = taCenter AutoSize = False Caption = 'RCCD Enabled' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] end end object CloseTimer: TTimer Enabled = False Interval = 700 OnTimer = CloseTimerTimer Left = 104 Top = 8 end end